home *** CD-ROM | disk | FTP | other *** search
- object FormAudioFileInfo: TFormAudioFileInfo
- Left = 450
- Top = 290
- BorderStyle = bsDialog
- Caption = 'Audio File Options'
- ClientHeight = 244
- ClientWidth = 387
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 24
- Top = 41
- Width = 27
- Height = 13
- Caption = '&Year'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 387
- Height = 244
- Align = alClient
- BevelOuter = bvLowered
- BevelWidth = 3
- Caption = 'Panel1'
- TabOrder = 0
- object Image1: TImage
- Left = 3
- Top = 3
- Width = 381
- Height = 238
- Align = alClient
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object pbOK: TRSButton
- Left = 33
- Top = 192
- Width = 88
- Height = 25
- Picture.Data = {<image001.bmp>}
- Transparent = True
- OnClick = pbOKClick
- end
- object pbCancel: TRSButton
- Left = 144
- Top = 192
- Width = 88
- Height = 25
- Picture.Data = {<image002.bmp>}
- Transparent = True
- OnClick = pbCancelClick
- end
- object pbHelp: TRSButton
- Left = 249
- Top = 192
- Width = 88
- Height = 25
- Picture.Data = {<image003.bmp>}
- Transparent = True
- OnClick = pbHelpClick
- end
- object panelDSP: TPanel
- Left = 8
- Top = 8
- Width = 361
- Height = 169
- BevelWidth = 3
- TabOrder = 0
- object Image3: TImage
- Left = 3
- Top = 3
- Width = 355
- Height = 163
- Align = alClient
- Picture.Data = {<image004.bmp>}
- Stretch = True
- end
- object lblArtist: TLabel
- Left = 32
- Top = 13
- Width = 50
- Height = 13
- Caption = '&Artist.....'
- FocusControl = dfsArtist
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lblAlbum: TLabel
- Left = 32
- Top = 37
- Width = 55
- Height = 13
- Caption = 'A&lbum.....'
- FocusControl = dfsAlbum
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lblYear: TLabel
- Left = 32
- Top = 85
- Width = 83
- Height = 13
- Caption = '&Year..............'
- FocusControl = dfnYear
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lblPath: TLabel
- Left = 32
- Top = 133
- Width = 51
- Height = 13
- Caption = '&Path......'
- FocusControl = dfsPath
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object pbOpenFile: TRSButton
- Left = 326
- Top = 125
- Width = 25
- Height = 21
- Picture.Data = {<image005.bmp>}
- Transparent = True
- OnClick = pbOpenFileClick
- end
- object lblName: TLabel
- Left = 32
- Top = 61
- Width = 33
- Height = 13
- Caption = '&Name'
- FocusControl = dfsName
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lblGenre: TLabel
- Left = 32
- Top = 109
- Width = 35
- Height = 13
- Caption = '&Genr�'
- FocusControl = cbGenre
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object pbLameOptions: TRSButton
- Left = 263
- Top = 78
- Width = 41
- Height = 41
- Hint = 'Edit MP3 Options here'
- Picture.Data = {<image006.bmp>}
- Transparent = True
- OnClick = pbLameOptionsClick
- end
- object dfsArtist: TEdit
- Left = 72
- Top = 6
- Width = 281
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object dfsAlbum: TEdit
- Left = 72
- Top = 30
- Width = 281
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object dfsPath: TEdit
- Left = 72
- Top = 126
- Width = 249
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object dfsName: TEdit
- Left = 72
- Top = 54
- Width = 281
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object dfnYear: TEditWord
- Left = 72
- Top = 78
- Width = 121
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Text = '2003'
- Value = 2003
- end
- object cbGenre: TComboBox
- Left = 72
- Top = 102
- Width = 145
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 4
- Items.Strings = (
- 'Blues'
- 'Classic Rock'
- 'Country'
- 'Dance'
- 'Disco'
- 'Funk'
- 'Grunge'
- 'Hip-Hop'
- 'Jazz'
- 'Metal'
- 'New Age'
- 'Oldies'
- 'Other'
- 'Pop'
- 'R&B'
- 'Rap'
- 'Reggae'
- 'Rock'
- 'Techno'
- 'Industrial'
- 'Alternative'
- 'Ska'
- 'Death Metal'
- 'Pranks'
- 'Soundtrack'
- 'Euro-Techno'
- 'Ambient'
- 'Trip-Hop'
- 'Vocal'
- 'Jazz+Funk'
- 'Fusion'
- 'Trance'
- 'Classical'
- 'Instrumental'
- 'Acid'
- 'House'
- 'Game'
- 'Sound Clip'
- 'Gospel'
- 'Noise'
- 'AlternRock'
- 'Bass'
- 'Soul'
- 'Punk'
- 'Space'
- 'Meditative'
- 'Instrumental Pop'
- 'Instrumental Rock'
- 'Ethnic'
- 'Gothic'
- 'Darkwave'
- 'Techno-Industrial'
- 'Electronic'
- 'Pop-Folk'
- 'Eurodance'
- 'Dream'
- 'Southern Rock'
- 'Comedy'
- 'Cult'
- 'Gangsta'
- 'Top 40'
- 'Christian Rap'
- 'Pop/Funk'
- 'Jungle'
- 'Native American'
- 'Cabaret'
- 'New Wave'
- 'Psychadelic'
- 'Rave'
- 'Showtunes'
- 'Trailer'
- 'Lo-Fi'
- 'Tribal'
- 'Acid Punk'
- 'Acid Jazz'
- 'Polka'
- 'Retro'
- 'Musical'
- 'Rock & Roll'
- 'Hard Rock'
- 'Folk'
- 'Folk-Rock'
- 'National Folk'
- 'Swing'
- 'Fast Fusion'
- 'Bebob'
- 'Latin'
- 'Revival'
- 'Celtic'
- 'Bluegrass'
- 'Avantgarde'
- 'Gothic Rock'
- 'Progessive Rock'
- 'Psychedelic Rock'
- 'Symphonic Rock'
- 'Slow Rock'
- 'Big Band'
- 'Chorus'
- 'Easy Listening'
- 'Acoustic'
- 'Humour'
- 'Speech'
- 'Chanson'
- 'Opera'
- 'Chamber Music'
- 'Sonata'
- 'Symphony'
- 'Booty Bass'
- 'Primus'
- 'Porn Groove'
- 'Satire'
- 'Slow Jam'
- 'Club'
- 'Tango'
- 'Samba'
- 'Folklore'
- 'Ballad'
- 'Power Ballad'
- 'Rhythmic Soul'
- 'Freestyle'
- 'Duet'
- 'Punk Rock'
- 'Drum Solo'
- 'A capella'
- 'Euro-House'
- 'Dance Hall')
- end
- object cbArtistOn: TCheckBox
- Left = 10
- Top = 11
- Width = 14
- Height = 16
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object cbAlbumOn: TCheckBox
- Left = 10
- Top = 35
- Width = 14
- Height = 16
- Caption = 'CheckBox1'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- object cbNameOn: TCheckBox
- Left = 10
- Top = 59
- Width = 14
- Height = 16
- Caption = 'CheckBox1'
- Checked = True
- State = cbChecked
- TabOrder = 8
- end
- object cbYearOn: TCheckBox
- Left = 10
- Top = 83
- Width = 14
- Height = 16
- Caption = 'CheckBox1'
- Checked = True
- State = cbChecked
- TabOrder = 9
- end
- object cbGenreOn: TCheckBox
- Left = 10
- Top = 107
- Width = 14
- Height = 16
- Caption = 'CheckBox1'
- Checked = True
- State = cbChecked
- TabOrder = 10
- end
- object cbPathOn: TCheckBox
- Left = 10
- Top = 131
- Width = 14
- Height = 16
- Caption = 'CheckBox1'
- Checked = True
- State = cbChecked
- TabOrder = 11
- end
- end
- end
- end
-